home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / aiuew.dir / 00006.ls < prev    next >
Encoding:
Text File  |  1995-12-21  |  521 b   |  18 lines

  1. on tkensaku kasira
  2.   global taidata, mydatebase, taitoru
  3.   set tkazu to the number of items in taidata
  4.   set mae to EMPTY
  5.   repeat with n = 1 to tkazu - 1
  6.     set tno to value(item n of taidata)
  7.     set taitoru to item 2 of line tno of mydatebase
  8.     set name to item 11 of line tno of mydatebase
  9.     if name <> "0" then
  10.       put speaceadjust(taitoru, 40) & name & RETURN after mae
  11.       next repeat
  12.     end if
  13.     put taitoru & RETURN after mae
  14.   end repeat
  15.   put mae into field "テ運テ韻テ曳テ嘉」テッツ"
  16.   updateStage()
  17. end
  18.